Skip to content

Add a button to clear guest scores.#37509

Open
LanlanMC wants to merge 2 commits intoppy:masterfrom
LanlanMC:master
Open

Add a button to clear guest scores.#37509
LanlanMC wants to merge 2 commits intoppy:masterfrom
LanlanMC:master

Conversation

@LanlanMC
Copy link
Copy Markdown

osu_2026-04-24_21-47-51
  • Note
    We need localizations.

Copy link
Copy Markdown
Contributor

@diquoks diquoks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Note
    We need localizations.

localisation process is automatic, you don't need anything

using osu.Game.Configuration;
using osu.Game.Database;
using osu.Game.IO.Archives;
using osu.Game.Models;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
using osu.Game.Models;

Comment on lines +67 to +71
/// <summary>
/// "Delete Guest scores"
/// </summary>
public static LocalisableString DeleteGuestScores => new TranslatableString(getKey(@"delete_guest_scores"), @"Delete Guest scores");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// <summary>
/// "Delete Guest scores"
/// </summary>
public static LocalisableString DeleteGuestScores => new TranslatableString(getKey(@"delete_guest_scores"), @"Delete Guest scores");
/// <summary>
/// "Delete guest scores"
/// </summary>
public static LocalisableString DeleteGuestScores => new TranslatableString(getKey(@"delete_guest_scores"), @"Delete guest scores");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants